home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / MacGS 2.5.2ß3 Dev ƒ / gs / (Utilities) / landscap.ps < prev    next >
Encoding:
Text File  |  1992-06-01  |  217 b   |  9 lines  |  [TEXT/EDIT]

  1. % A small prologue for displaying landscape-mode files.
  2.  
  3.     gsave clippath pathbbox grestore
  4.     4 dict begin
  5.     /ury exch def /urx exch def /lly exch def /llx exch def
  6.     90 rotate
  7.     ury urx sub llx ury add neg translate
  8.     end
  9.